Skip to content

Track TypeScript 7 Beta Compatibility#2644

Merged
ConnorQi01 merged 2 commits into
masterfrom
connor/ts7-beta-compat-tracking
May 26, 2026
Merged

Track TypeScript 7 Beta Compatibility#2644
ConnorQi01 merged 2 commits into
masterfrom
connor/ts7-beta-compat-tracking

Conversation

@ConnorQi01
Copy link
Copy Markdown
Collaborator

Summary

Pin the TypeScript 7 native preview dependency back to the April 21 build and keep the TS7 beta compatibility fixes in place.

Proposed Changes

  • Revert @typescript/native-preview to 7.0.0-dev.20260421.2 in package.json and package-lock.json.
  • Keep the TS7 compatibility guards in the extension lifecycle and singleton services.
  • Keep the test updates that remove global state coupling and stabilize the affected unit tests.

Test Plan

  • npm run build
  • npm test

Closes #2638

@ConnorQi01
Copy link
Copy Markdown
Collaborator Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@ConnorQi01 ConnorQi01 force-pushed the connor/ts7-beta-compat-tracking branch from ddd3488 to 444ec9f Compare May 19, 2026 08:22
@ConnorQi01
Copy link
Copy Markdown
Collaborator Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

EmmaYuan1015
EmmaYuan1015 previously approved these changes May 26, 2026
…pat-tracking

# Conflicts:
#	test/extension/experimentService/experimentService.test.ts
#	test/extension/tipsNotificationService/tipsNotificationService.test.ts
@ConnorQi01
Copy link
Copy Markdown
Collaborator Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@ConnorQi01 ConnorQi01 merged commit 1fe7852 into master May 26, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Track TypeScript 7 beta compatibility

2 participants